projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a885e2e
)
* fns.c (require_nesting_list, require_unwind): Now static.
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 16 Mar 2011 07:48:36 +0000
(
00:48
-0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 16 Mar 2011 07:48:36 +0000
(
00:48
-0700)
src/ChangeLog
patch
|
blob
|
history
src/fns.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 131d2af5a494bc59863a697c3935586342286f19..0e8e33ee53af90ce1719d2f7bb9a4b7ce6f5d9cd 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2011-03-16 Paul Eggert <eggert@cs.ucla.edu>
+ * fns.c (require_nesting_list, require_unwind): Now static.
+
* floatfns.c (domain_error2): Define only if needed.
(Ffrexp, Fldexp): Rename locals to avoid shadowing.
diff --git
a/src/fns.c
b/src/fns.c
index 0026c9d12e4f46abd1947081da61d1a6ce43585e..ebbebdd9ee026f15c10a8939ff4fb024c1bb3c7c 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-2598,9
+2598,9
@@
particular subfeatures supported in this version of FEATURE. */)
/* List of features currently being require'd, innermost first. */
-Lisp_Object require_nesting_list;
+
static
Lisp_Object require_nesting_list;
-Lisp_Object
+
static
Lisp_Object
require_unwind (Lisp_Object old_value)
{
return require_nesting_list = old_value;